home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  141 b   |  10 lines

  1. on exitFrame
  2.   puppetSound(0)
  3.   playMyMovie("EndInt")
  4.   if machineType() < 256 then
  5.     go("Mac Quit")
  6.   else
  7.     go("PC Quit")
  8.   end if
  9. end
  10.